home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / fgets121.arc / FGETSEND.DOC < prev    next >
Text File  |  1991-09-10  |  2KB  |  88 lines

  1.  
  2.  
  3.                         FGET  & FSEND
  4.  
  5.                         Version 1.21
  6.  
  7.             Copyright (c) 1990 by Ulrich Bartelt
  8.  
  9.                    FidoNetnode 2:241/5801
  10.  
  11.  
  12.  
  13.  
  14. FSEND and FSET are made to make fileattach/filerequest as quick as
  15. possible running a FrontDoor System. Both take all information they
  16. needed from FD.SYS.
  17.  
  18. To find FD.SYS they're looking for the enviromentstring FD. So you
  19. can run both from any path of your harddisk.
  20.  
  21.  
  22. NEW to Version 1.10
  23.  
  24. The Pointnumber is read from FD.SYS. Now you can use FGET & FSEND
  25. also if you run a FD-Point.
  26.  
  27. Added POLL to FSEND. Makes it very easy to invoke a poll from the
  28. commandline. You will notice that FrontDoor will rescan the mail
  29. and begins to 'poll' just after you have run FSEND POLL.
  30.  
  31.  
  32. NEW to Version 1.20
  33.  
  34. You can add DEL to FSEND. This will delete the file after sending.
  35.  
  36. NEW to Version 1.21
  37.  
  38. Changed both programs to work with FrontDoor 2.01
  39.  
  40.  
  41. Syntax of FGET:
  42.  
  43. FGET <filename>[!password] [zone:][net/]<node> [crash|now]
  44.  
  45.    Examples:
  46.  
  47.    Fget files 507/1
  48.  
  49.    Fget nodelist!password 241/5801 crash
  50.  
  51.         NOTE: There is no space between filename, ! and password
  52.  
  53.    Fget FD 1:135/20 now
  54.  
  55.    Fget files 7 now
  56.  
  57.  
  58.  
  59. Syntax of FSEND:
  60.  
  61. FSEND [fullpath]<filename>|POLL [zone:][net/][node][.point] [crash|now|hold]
  62.                                                             [del]
  63.  
  64.    Examples:
  65.  
  66.    FSend C:\ARC\MYFILE.ARC 241/7 hold del
  67.  
  68.    Fsend D:\SDSFRONT\FGETSEND.LZH 3 crash
  69.  
  70.    FSend  FGETSEND.LZH 507/1 now
  71.    
  72.    Fsend  FGETSEND.LZH .2
  73.    
  74.    Fsend  FGETSEND.LZH 3.2
  75.  
  76.           (FGETSEND.LZH must be in the current path)
  77.  
  78.           NOTE: FSEND will check if the file exists before making the
  79.                 message.
  80.  
  81.    Fsend POLL 507/1
  82.  
  83.          NOTE: Poll automaticaly assumes crash
  84.  
  85. If you call FGET or FSEND without parameters they will ask you for it.
  86.  
  87.  
  88.